home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Installer 3
/
Mac Installer Volume 3 (1996).iso
/
mac
/
MM Director 5.0
/
FileFlex Lite
/
FileFlex Xtras
/
-Database Designer
/
00085_aboutBox.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-15
|
368 b
|
15 lines
on mouseUp
if the machineType = 256 then
set theAbout to the moviePath & "-FFABOU.DIR"
set the windowType of window theAbout to 4
else
set theAbout to the moviePath & "-About FileFlex"
end if
tell the stage
puppetPalette("System - Mac")
end tell
set the title of window theAbout to "About FileFlex"
open(window theAbout)
cursor(-1)
end